﻿@charset "utf-8";
#content {
    padding: 20px 20px 0;
    background-color: #fff;
}

/* 图标效果 */
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* 头条新闻 */
.head-news{
    overflow: hidden;
    padding-left: 90px;
    min-height: 90px;
    padding-bottom: 20px;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #EBEBEB;
    background: url(../../base/img/ind-headnew-icon.png) left top no-repeat;
}
.head-news li{
    text-align: center;
}
.head-news li .tit{
    display: block;
    line-height: 45px;
    font-size: 2rem;
    font-weight: bold;
}
.head-news li .tit:hover{
    text-decoration: none;
    color: #0371D2;
}
.head-news li .intro{
	display: none;
    margin-top: .625rem;
    font-size: .875rem;
    line-height: 1.6;
    color: #666;
}

/* 焦点图-轮播 */
#focusNews{
    width: 650px;
    float: left;
    margin-right: 25px;
}

/* 政务动态-切换 */
#tab-news{
    overflow: hidden;
}
#tab-news .hd{
    height: 3.125rem;
    line-height: 3.125rem;
    background-color: #F2F2F2;
    border-radius: 4px;
}
#tab-news .hd .more{
    float: right;
    margin: .875rem 10px 0 0;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.4rem;
    text-align: center;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    background-color: #ccc;
    border-radius: 59%;
}
#tab-news .hd .more:hover{
    text-decoration: none;
    background-color: #666;
}
#tab-news .hd li{
    width: auto;
    float: left;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    padding-right: 5px;
    padding-left: 22px;
    border-radius: .25rem;
}
#tab-news .hd li a{
    display: block;
    padding-right: 17px;
    font-size: 1.125rem;
}
#tab-news .hd li a:hover{
    text-decoration: none;
}
#tab-news .hd li.on{
    background: #0371D2 url(../../base/img/ind-tab-hd-left.png) 5px center no-repeat;
}
#tab-news .hd li.on a{
    color: white;
    font-weight: bold;
    background:  url(../../base/img/ind-tab-hd-right.png) right center no-repeat;
}
#tab-news .bd{
    padding: 1rem 0 0;
    overflow: hidden;
}

/* 焦点图-广告 */
.slideBox{
    margin-bottom: 30px;
}
.slideBox,
.slideBox img{
    height: 133px;
}
.ind-loop::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ind-box{
    margin-bottom: 30px;
}
.ind-box .mhd{
    height: 3.125rem;
    line-height: 3.125rem;
    margin-bottom: .625rem;
    overflow: hidden;
}
.ind-box .mhd .more{
    float: right;
    margin: 1rem .25rem 0 0;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    overflow: hidden;
    background-color: #e6e6e6;
    border-radius: 59%;
}
.ind-box .mhd .more:hover{
    text-decoration: none;
    background-color: #666;
}
.ind-box .mhd h3{
    float: left;
    margin-right: .625rem;
    line-height: 2.875rem;
    font-size: 1.625rem;
}
.ind-box .mhd h3 a:hover{
    text-decoration: none;
    color: #0371D2;
}
.ind-box .mhd .icon{
    position: relative;
    margin-top: .25rem;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 2.875rem;
    float: left;
    margin-right: .5rem;
    overflow: hidden;
    text-align: center;
    background:  url(../../base/img/ind-hd-bg.png) center top no-repeat;
}
.ind-box .mhd .icon::after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background:  url(../../base/img/ind-box-hd-icon.png) center top no-repeat;
}
.ind-box .mhd .eng{
    float: left;
    padding-top: .625rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .75rem;
    color: #ccc;
    text-transform: uppercase;
    background:  url(../../base/img/ind-hd-eng-bg.png) left .875rem no-repeat;
}
.ind-box .mbd{
    padding: 20px;
    border-radius: 4px;
    background-color: #f2f2f2;
}
/* 政务服务 */
#ind-publicity .mhd .icon::after{
    background-position: center top;
}
/* 政务公开 */
#ind-service .mhd .icon::after{
    background-position: center -54px;
}
/* 问政回应 */
#ind-petition .mhd .icon::after{
    background-position: center -108px;
}
/* 专题专栏 */
#ind-specail .mhd .icon::after{
    background-position: center -162px;
}
/* 县情概况 */
#ind-about .mhd .icon::after{
    background-position: center -216px;
}

/* 循环 */
.ind-loop .ind-box{
    width: 380px;
    float: left;
    margin-left: 20px;
}
.ind-loop #ind-publicity{
    margin-left: 0;
}

/* 县情概况 */
#ind-about .mbd{
    background: none;
}

/* ind-boxB */
.ind-boxB{
    overflow: hidden;
}
.ind-boxB .hd{
   height: 40px;
   line-height: 40px;
   background:  url(../../base/img/box-hd-bg-1.png) left top no-repeat; 
}
.ind-boxB .hd h3{
    position: relative;
    z-index: 1;
    margin-left: 5px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #0371D2;
    background:  url(../../base/img/box-hd-icon-1.png) left 5px no-repeat;
}
.ind-boxB .hd h3 a{
    color: #0371D2;
}
.ind-boxB .hd h3 a:hover{
    text-decoration: none;
}
.ind-boxB .hd h3::after{
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 50%;
    content: "";
    width: 5px;
    height: 14px;
    float: left;
    margin-top: -7px;
    overflow: hidden;
    background-color: #0371D2;
}
.ind-boxB .hd .more{
    position: relative;
    z-index: 2;
    font-size: 14px;
    float: right;
    color: #999;
}
.ind-boxB>.bd{
    padding: 16px 0 0;
}


/* 政务公开 */
.publicity-node-list{
    overflow: hidden;
    margin-right: -1%;
    margin-bottom: 20px;
}
.publicity-node-list li{
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 2px;
}
.publicity-node-list li.li7{
    width: 99%;
    margin-bottom: 0;
}
.publicity-node-list li a{
    position: relative;
    display: block;
    background-color: #fff;
    height: 39px;
    line-height: 39px;
    padding-left: 36px;
    font-size: .9375rem;
}
.publicity-node-list li a::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 9px;
    top: 50%;
    width: 24px;
    height: 24px;
    float: left;
    overflow: hidden;
    margin-top: -10px;
    background:  url(../../base/img/ind-zwgk-icon.png) center top no-repeat;
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.publicity-node-list li:hover a::after{
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.publicity-node-list li.li2 a::after{
    background-position: center -40px;
}
.publicity-node-list li.li3 a::after{
    background-position: center -84px;
}
.publicity-node-list li.li4 a::after{
    background-position: center -122px;
}
.publicity-node-list li.li5 a::after{
    background-position: center -162px;
}
.publicity-node-list li.li6 a::after{
    background-position: center -204px;
}
.publicity-node-list li.li7 a::after{
    background-position: center -246px;
}

.publicity-node-list li a:hover{
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: #0371D2 url(../../base/img/texture-bg-2.png) left top no-repeat;
}
.publicity-node-list li a:hover::after{
    background-image: url(../../base/img/ind-zwgk-icon-active.png);
}
#ind-publicity .infoList li{
    height: 2rem;
    line-height: 2rem;
    font-size: .9375rem;
}


/* 问政回应 */
.petition-node-list{
    overflow: hidden;
    margin: -2px -2px 20px 0;
}
.petition-node-list li{
    width: 112px;
    float: left;
    margin: 2px 2px 0 0;
}
.petition-node-list li a{
    position: relative;
    display: block;
    padding: 68px 0 0;
    height: 36px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
}
.petition-node-list li.li4,
.petition-node-list li.li5{
    width: 169px;
}
.petition-node-list li a::after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 50%;
    width: 34px;
    height: 34px;
    float: left;
    margin-left: -17px;
    overflow: hidden;
    background:  url(../../base/img/ind-hygx-icon.png) center top no-repeat;
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.petition-node-list li:hover a::after{
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.petition-node-list li.li2 a::after{
    background-position: center -52px;
}
.petition-node-list li.li3 a::after{
    background-position: center -104px;
}
.petition-node-list li.li4 a::after{
    background-position: center -156px;
}
.petition-node-list li.li5 a::after{
    background-position: center -208px;
}
.petition-node-list li a:hover{
    text-decoration: none;
    color: white;
    background: #0371D2 url(../../base/img/texture-bg-2.png) left top no-repeat;
}
.petition-node-list li a:hover::after{
    background-image: url(../../base/img/ind-hygx-icon-active.png);
}

/* 在线访谈 */
#ind-interview .hd .more{
    padding-right: 30px;
    background:  url(../../base/img/video-icon.png) right center no-repeat;
}
.interview-list{
    overflow: hidden;
}
.interview-list .pic{
    width: 36%;
    float: left;
    margin-right: 3%;
}
.interview-list .pic img{
    width: 100%;
    height: auto;
}
.interview-list .intro{
    overflow: hidden;
    font-size: .875rem;
    line-height: 1.25rem;
}
.interview-list .intro>div{
    margin-bottom: .625rem;
}
.interview-list .intro strong{
    font-weight: normal;
}
.interview-list .intro>div:nth-last-child(1),
.interview-list .intro>div:nth-last-child(2){
    display: none;
}


/* 政务服务 */
.ind-tab{
    overflow: hidden;
}
.ind-tab .hd{
    height: 34px;
    border-bottom: 1px solid #E6E6E6;
}
.ind-tab .hd li{
    position: relative;
    z-index: 1;
    width: 33.3%;
    float: left;
    height: 21px;
    line-height: 21px;
    padding-bottom: 13px;
    text-align: center;
}
.ind-tab .hd li.on{
    padding-bottom: 12px;
    border-bottom: 3px solid #0371D2;
}
.ind-tab .hd li.on a{
    font-weight: bold;
    color: #0371D2;
}
.ind-tab .hd li.on a:hover{
    text-decoration: none;
}
.ind-tab .bd{
    overflow: hidden;
    clear: both;
    padding-top: 26px;
}

.service-list{
    overflow: hidden;
}
.service-list li{
    width: 33.3%;
    float: left;
    text-align: center;
    margin: 0 0 26px;
}
.service-list li a{
    position: relative;
    display: block;
    height: 28px;
    line-height: 28px;
    padding-top: 48px;
}
.service-list li a:hover{
    text-decoration: none;
    color: #0371D2;
}
.service-list li a::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2px;
    width: 100%;
    height: 36px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/ind-service-gr.png) center top no-repeat;
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.service-list li:hover>a::after{
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.service-list li.li2 a::after{
    background-position: center -56px;
}
.service-list li.li3 a::after{
    background-position: center -108px;
}
.service-list li.li4 a::after{
    background-position: center -164px;
}
.service-list li.li5 a::after{
    background-position: center -216px;
}
.service-list li.li6 a::after{
    background-position: center -272px;
}

/* 法人办事-图标 */
#icon-frbs li a::after{
    background-image: url(../../base/img/ind-service-fr.png);
}
#icon-frbs li.li2 a::after{
    background-position: center -56px;
}
#icon-frbs li.li3 a::after{
    background-position: center -112px;
}
#icon-frbs li.li4 a::after{
    background-position: center -168px;
}
#icon-frbs li.li5 a::after{
    background-position: center -224px;
}
#icon-frbs li.li6 a::after{
    background-position: center -280px;
}

.service-type-list{
    overflow: hidden;
    margin: 0 -9px 0 0;
}
.service-type-list li{
    width: 107px;
    height: 40px;
    float: left;
    margin: 0 9px 10px 0;
}
.service-type-list li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:  url(../../base/img/list-box-1.png) left top no-repeat;
}
.service-type-list li a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #0371D2;
}
.service-type-list li.more a{
    font-size: 20px;
    font-weight: bold;
    color: #999;
}

/* 专题专栏 */
#ind-specail .mbd{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#ind-specail .mbd .prev,
#ind-specail .mbd .next{
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 30px;
    height: 40px;
    float: left;
    margin-top: -20px;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0,0,0,0.5);
    -webkit-transition:all 0.9s;
    -moz-transition:all 0.9s;
    -ms-transition:all  0.9s;
    -o-transition:all 0.9s;
    transition:all 0.9s;
}
#ind-specail .mbd .prev{
    left: -30px;
}
#ind-specail .mbd .next{
    right: -30px;
}
#ind-specail .mbd:hover .prev{
    left: 20px;
}
#ind-specail .mbd:hover .next{
    right: 20px;
}
#ind-specail .tempWrap{
    width: 1160px !important;
}
.ind-special-list{
    overflow: hidden;
}
.ind-special-list li{
    width: 220px;
    float: left;
    margin-right: 15px;
}
.ind-special-list li .pic{
    overflow: hidden;
}
.ind-special-list li .pic img{
    width: 100%;
    height: 140px;
}
.ind-special-list li .tit{
    display: none;
}

/* 县情概况 */
.ind-bg{
    margin-bottom: 0;
    background:  url(../../base/img/ind-bg-1.jpg) center bottom no-repeat;
}
#ind-about .mbd{
    padding: 20px 0 0;
    text-align: left;
}

.ind-pic-list{
    width: 798px;
    float: left;
    margin-right: 13px;
    overflow: hidden;
}
.ind-pic-list li{
    position: relative;
    z-index: 1;
    width: 256px;
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    border-radius: 4px;
}
.ind-pic-list li .pic{
    overflow: hidden;
}
.ind-pic-list li .pic img{
    width: 100%;
    height: 170px;
}
.ind-pic-list li .title{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -70px;
    height: 70px;
    line-height: 50px;
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.ind-pic-list li:hover .title{
    bottom: 0;
}
.ind-pic-list li .title a{
    color: white;
}
.ind-pic-list li .title a:hover{
    text-decoration: none;
}

/* 介绍-内容 */
.about-list{
    margin-bottom: 10px;
    overflow: hidden;
}
.about-list .title{
    display: none;
}
.about-list .intro{
    font-size: 15px;
    line-height: 30px;
}

.about-more{
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}
.about-more a{
    color: #666;
}
.about-more a:hover{
    text-decoration: none;
    color: #0371D2;
}

.about-node-list{
    overflow: hidden;
    margin-right: -10px;
}
.about-node-list li{
    width: 123px;
    height: 36px;
    float: left;
    margin: 0 10px 10px 0;
}
.about-node-list li a{
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    background:  url(../../base/img/list-box-2.png) left top no-repeat;
}
.about-node-list li a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #0371D2;
}
.about-node-list li:nth-child(1){
    display: none;
}

/* 友情链接模拟下拉 */
.box-friend{position: relative; z-index: 3; padding-bottom: 30px; padding-top: 30px; border-top: 1px solid #CCC;}
.friendList{width: 292px; margin-right: 10px; float:left; display:inline; position:relative;}
.friendList:nth-last-child(1){margin-right: 0;}
.friendList dt{height: 38px;line-height: 38px;padding:0 5px 0 8px;overflow:hidden;border:1px solid #E0E0E0;background:#fff;position:relative;cursor:pointer; border-radius:4px;}
.friendList dt i{ right:12px; top:50%; margin-top:-2px; border-width:5px; position:absolute;  border-color:transparent; border-style:dashed;  border-top-color:#b0b0b0;border-top-style:solid; content:"";display:block; font-size:0;line-height:0;width:0;}
.friendList dt h3{padding-right: 20px; text-align: left;}
.friendList dd{bottom: 39px;display:none;width:100%;position:absolute;left:0;}
.friendList ul{ max-height: 389px; border:1px solid #ccc; background:#fff;overflow-y:scroll; }
.friendList li{line-height:22px;padding: 6px 10px;border-bottom:1px dotted #ccc; cursor:pointer;}
.friendList li a{display:block;}
.friendList li a:hover{text-decoration:none}
.friendList li:hover{  color:#CD3333; background-color:#f1f1f1 }
.friendList .last{border-bottom:0}
.friendList .on {z-index:9; box-shadow:0 0 5px rgba(0, 0, 0, .2);  }
.friendList.on dt{border-color:#bbb; }
.friendList.on dt i{  border-top-style:none; border-bottom-color:#aaa;border-bottom-style:solid; }
.friendList.on dd{ display:block; box-shadow:0 0 5px rgba(0, 0, 0, .2); }
.friendList.on dd ul{ border-color:#bbb;}
